From: Richard M. Stallman Date: Sat, 22 May 1993 22:02:35 +0000 (+0000) Subject: (event-modifiers): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96097 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1ce4cf3878abdf0102ac31590f8c686e6c48c671;p=emacs.git (event-modifiers): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index d5260e67d84..591493e42fc 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -252,8 +252,7 @@ The normal global definition of the character C-x indirects to this keymap.") (defun event-modifiers (event) "Returns a list of symbols representing the modifier keys in event EVENT. The elements of the list may include `meta', `control', -`shift', `hyper', `super', `alt'. -See also the function `event-modifier-bits'." +`shift', `hyper', `super', `alt', `click', `drag', and `down'." (let ((type event)) (if (listp type) (setq type (car type)))